home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE = VBScript %>
- <html>
- <head>
- <title>Untitled</title>
- <style media="screen" type="text/css"><!--
- .errorMessage { color: red; font-weight: bold; font-size: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
- --></style>
- </head>
-
- <body>
- <center>
- <table>
- <tr>
- <td ><image src="images/splashBkgd.gif">
- </td>
- </tr>
- <tr>
- <td align="center" valign="middle" height="100" class="errorMessage">
- <% SELECT CASE Request.QueryString("Err")
- CASE "1"
- %>
- <p>Central site error: Resource strings could not be read. Please contact your system administrator.</p>
- <p>Fehler beim Lesen des Resource Strings</p>
- <%
- CASE "2"
- %>
- The system does not support your language.
- <%
- CASE ELSE
- %>
- Your browser must be Microsoft Internet Explorer 5.5 (or higher).
-
- <%
- END SELECT
- %>
- </td>
- </tr>
- </table>
- </center>
- </body>
- </html>
-